MFTempNewHandle
Size logicalSize; block size requested OSErr * resultCode; error code if logicalSize == 0L returns handle to block size requested; 0 if error
logicalSize bytes of temporary storage and returns a handle to it. The new
block will be unlocked and un purgeable.
logicalSize size of block requested in bytes.
resultCode error code if value returned is zero.
Returns: handle to new block of temporary memory. The resultCode parameter will return one of the following error codes:
noErr No error
memFullErr No room in MultiFinder heap